Method GetWithoutHashValidation<TProps>(long)
Get WHOLE RedbObject from cache by objectId WITHOUT hash validation
Used when SkipHashValidationOnCacheCheck = true (monolithic applications)
RedbObject<TProps>? GetWithoutHashValidation<TProps>(long objectId) where TProps : class, new()